home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Games / Angband290 / user / settings.prf < prev    next >
Text File  |  1998-03-18  |  2KB  |  101 lines

  1. ; (Some of) the available Options
  2. ;
  3. ; ANGBAND.gfx                Graphics characters; Y or N
  4. ; ANGBAND.sound              Sound?
  5. ; SCREEN.blankmouse          Set to Y if you want the mouse to blank when
  6. ;                             not being used.
  7. ; SCREEN.quick               Set to Y if you want quick graphics. Equivalent
  8. ;                             to '-q' on the commandline. Make sure you
  9. ;                             know what this does before you use it.
  10. ; SCREEN.menus               Menus on or off? Note that KS1.3 can't (ATM)
  11. ;                             use the menus. That may change.
  12. ; SCREEN.mode                Put here either : The name of a public screen
  13. ;                                              A screenmode value (use
  14. ;                                              'ReqMode' if necessary)
  15. ;                            Or a ? which will bring up a screen mode
  16. ;                             requester (under 2.0 or better)
  17. ; SCREEN.name                The name of a open public screen
  18. ;
  19. ; Window options
  20. ;
  21.  
  22. ANGBAND.gfx Y
  23. ANGBAND.sound Y
  24. SCREEN.blankmouse Y
  25. SCREEN.menus N
  26. SCREEN.quick N
  27. ;SCREEN.name ZAngband
  28. SCREEN.mode 0x29000
  29.  
  30. MAIN.use Y
  31. MAIN.title ZAngband
  32. MAIN.font topaz/8
  33. MAIN.xpos 0
  34. MAIN.ypos 10
  35. MAIN.cols 80
  36. MAIN.rows 25
  37.  
  38. CHOICE.use N
  39. CHOICE.show N
  40. CHOICE.title Choice Window
  41. CHOICE.font topaz/8
  42. CHOICE.xpos 0
  43. CHOICE.ypos 0
  44. CHOICE.cols 80
  45. CHOICE.rows 25
  46.  
  47. RECALL.use N
  48. RECALL.show N
  49. RECALL.title Recall Window
  50. RECALL.font topaz/8
  51. RECALL.xpos 0
  52. RECALL.ypos 0
  53. RECALL.cols 80
  54. RECALL.rows 25
  55.  
  56. MIRROR.use N
  57. MIRROR.show N
  58. MIRROR.title Mirror Window
  59. MIRROR.font topaz/8
  60. MIRROR.xpos 0
  61. MIRROR.ypos 0
  62. MIRROR.cols 80
  63. MIRROR.rows 25
  64.  
  65. WIN5TH.use N
  66. WIN5TH.show N
  67. WIN5TH.title 5th Window
  68. WIN5TH.font topaz/8
  69. WIN5TH.xpos 0
  70. WIN5TH.ypos 0
  71. WIN5TH.cols 80
  72. WIN5TH.rows 25
  73.  
  74. WIN6TH.use N
  75. WIN6TH.show N
  76. WIN6TH.title 6th Window
  77. WIN6TH.font topaz/8
  78. WIN6TH.xpos 0
  79. WIN6TH.ypos 0
  80. WIN6TH.cols 80
  81. WIN6TH.rows 25
  82.  
  83. WIN7TH.use N
  84. WIN7TH.show N
  85. WIN7TH.title 7th Window
  86. WIN7TH.font topaz/8
  87. WIN7TH.xpos 0
  88. WIN7TH.ypos 0
  89. WIN7TH.cols 80
  90. WIN7TH.rows 25
  91.  
  92. WIN8TH.use N
  93. WIN8TH.show N
  94. WIN8TH.title 8th Window
  95. WIN8TH.font topaz/8
  96. WIN8TH.xpos 0
  97. WIN8TH.ypos 0
  98. WIN8TH.cols 80
  99. WIN8TH.rows 25
  100.  
  101.